home *** CD-ROM | disk | FTP | other *** search
- Path: news.micron.net!news
- From: ssharpe <ssharpe@micron.net>
- Newsgroups: comp.lang.c
- Subject: Need help with SPAWN use!
- Date: 20 Jan 1996 18:46:24 GMT
- Organization: Micron Internet Services
- Message-ID: <4drda0$okm@is05.micron.net>
- NNTP-Posting-Host: cs007p13.mtn.micron.net
-
- I'm trying to execute PKZIP from within my C program and errno
- consistently reports -1. I'm using Turbo C/C++ V3.0. I tried the
- system command (system("pkzip");) without success and I tried spawn
- (spawnlp(P_WAIT,"pkzip",NULL);). Pkzip is in my DOS path.
- Thanks, in advance.
-